home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING001
- String STRING002
- String STRING003
- String STRING004
-
- ;------------------------------------------------------------------------------
-
- STRING003 = ReadLine(PPEPath() + "TURBO.CFG", 1)
- GetUser
- If (U_Sec < STRING003) Goto LABEL005
- STRING001 = " No turbo login! "
- STRING002 = " Yes, turbo login! "
- Cls
- DispFile PPEPath() + "TURBO.PCB", 1
- :LABEL001
- AnsiPos 6, 5
- Print "@X5D" + STRING001
- AnsiPos 6, 6
- Print "@X08" + STRING002
- AnsiPos 1, 12
- Color 0
- Print " "
- Backup 1
- :LABEL002
- STRING004 = ""
- STRING004 = Inkey()
- While ((STRING004 == "")) Goto LABEL002
- If ((Upper(STRING004) == "DOWN") || (STRING004 == "2")) Goto LABEL003
- If ((Upper(STRING004) == "UP") || (STRING004 == "8")) Goto LABEL003
- If (STRING004 == Chr(13)) Goto LABEL005
- If (Upper(STRING004) == "A") Goto LABEL007
- If (Upper(STRING004) == "B") Goto LABEL008
- Goto LABEL002
- :LABEL003
- AnsiPos 6, 5
- Print "@X08" + STRING001
- AnsiPos 6, 6
- Print "@X5D" + STRING002
- Color 0
- Print " "
- Backup 1
- :LABEL004
- STRING004 = ""
- STRING004 = Inkey()
- While (((Upper(STRING004) == "DOWN") || (STRING004 == "2"))) Goto LABEL001
- If ((Upper(STRING004) == "UP") || (STRING004 == "8")) Goto LABEL001
- If (STRING004 == Chr(13)) Goto LABEL006
- If (Upper(STRING004) == "A") Goto LABEL005
- If (Upper(STRING004) == "B") Goto LABEL006
- Goto LABEL004
- :LABEL005
- Cls
- DispFile PPEPath() + "LOGON.TXT", 1
- End
- :LABEL006
- Cls
- End
- :LABEL007
- AnsiPos 15, 9
- Print "@X0Fa"
- Goto LABEL005
- :LABEL008
- AnsiPos 15, 9
- Print "@X0Fb"
- Goto LABEL006
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 2 End
- ; 3 Cls
- ; 2 Color
- ; 18 Goto
- ; 7 Let
- ; 8 Print
- ; 12 If
- ; 2 DispFile
- ; 1 GetUser
- ; 7 AnsiPos
- ; 2 Backup
- ;
- ;
- ; ■ Functions used :
- ;
- ; 7 +
- ; 15 ==
- ; 1 <
- ; 4 ||
- ; 8 Upper()
- ; 2 Chr()
- ; 2 Inkey()
- ; 3 PPEPath()
- ; 1 ReadLine()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 0 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-